home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-06 | 521 b | 23 lines |
- # GRAB Graph Layout and Browser System
- #
- # Copyright (c) 1986, 1988 Regents of the University of California
- # Copyright (c) 1989, Tera Computer Company
-
- # prints the xgrab documentation on the default printer
-
- MACRO = -ms
- TPRINTER = -t
- LPRINTER = -Plp
- TUT = xgrab_tut.ms
- SGMAN = xgrab_man.ms
- INTRO = xgrab_intro.ms
-
- tutorial:
- tbl $(TUT) | troff $(MACRO) $(TPRINTER) | lpr -t $(LPRINTER)
-
- xgrab:
- troff $(MACRO) $(TPRINTER) $(SGMAN) | lpr -t $(LPRINTER)
-
- intro:
- troff $(MACRO) $(TPRINTER) $(INTRO) | lpr -t $(LPRINTER)
-